home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / nlstart.xml < prev    next >
Text File  |  2002-09-06  |  1KB  |  43 lines

  1. <search function="nlstart">
  2.   <name>START</name>
  3.   <description>
  4.     The natural language question answering system answers questions in English about the MIT AI Laboratory, geography, and assorted other topics.<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>nlstart show me a map of China</td></tr>
  8.       <tr><td>nlstart when was stanford started</td></tr>
  9.       </table>
  10.   </description>
  11.   <category>Fun</category>
  12.   <link>http://www.ai.mit.edu/projects/infolab/</link>
  13.   <contributor>Jimmy Lin</contributor>
  14.   
  15.   <form name="nlstartf" 
  16.         action="http://www.ai.mit.edu/projects/infolab/startfarm.cgi"
  17.         method="post">
  18.     <input type="hidden" name="server" value="ailab"/>
  19.     <input type="hidden" name="farm" value="anatolia.ai.mit.edu"/>
  20.     <input type="hidden" name="machine" value="production"/>
  21.     <input type="hidden" name="query" value=""/>
  22.   </form>
  23.   
  24.   <script><![CDATA[
  25.     function nlstart(q)
  26.     {
  27.       if( nullArgs("nlstart",q) )
  28.         return false;
  29.       else
  30.       {
  31.         document.nlstartf.query.value = q;
  32.         submitForm(nlstartf);
  33.       }
  34.     }
  35.   ]]></script>
  36.  
  37.   <copyright>
  38.     Copyright (c) 2002 David Bau
  39.     Distributed under the terms of the
  40.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  41.   </copyright>
  42. </search>
  43.